home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / comm2 / mmmsg140.lha / DOC / MM_MsgTrack.doc
Text File  |  1996-04-25  |  5KB  |  208 lines

  1.  
  2. MM--------------------------------------------------------------------------
  3.        #    #   ####    ####    #####  #####     ##     ####   #    #
  4.        ##  ##  #       #    #     #    #    #   #  #   #    #  #   # 
  5.        # ## #   ####   #          #    #    #  #    #  #       ####  
  6.        #    #       #  #  ###     #    #####   ######  #       #  #  
  7.        #    #  #    #  #    #     #    #   #   #    #  #    #  #   # 
  8.        #    #   ####    ####      #    #    #  #    #   ####   #    #
  9. ----------------------------------------------------------------------------
  10.  
  11.                       (C) 1994-96 By Paolo Carotenuto
  12.  
  13.  
  14.  
  15. Quick docs for installing MM_MsgTrack.
  16. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  17. 1) Keywords in config file:
  18.  
  19.  
  20. o #DLG
  21.  
  22.   Set this only if you are using DLG as BBS.
  23.  
  24.  
  25.  
  26. o #BADAREA <BAD area name>
  27.  
  28.   This allows you to set the name of the BAD Area where to put wrong messages detected by MM_MsgTrack.
  29.  
  30.   To set BAD area inside MailManager config file use the following:
  31.  
  32.     #ADDRESS  999:999/999.0@virtual 0
  33.  
  34.     #NODE    999:999/999.0@virtual    ADDR5D    PACK5D    VIRTUAL    VIRTUAL    LHA
  35.  
  36.     #ROUTING    #?:#?/#?.#?@#?      ALL    SEND    999:999/999.0@virtual    HOLD
  37.   
  38.     ** This routing statement MUST be the LAST line in your routing
  39.        configuration **
  40.  
  41.     #MAILAREA  "\b\3Area BAD MAIL"  BAD_MAIL  MSG:BAD_MAIL/  999:999/999.0@virtual <group> <Level>
  42.     ReadOnly
  43.     MsgBase   Compressed
  44.     Show      All
  45.     SortBy    Number
  46.     DeleteBy  Number 100
  47.  
  48.  
  49.  
  50. o #CHECKPGPNODE <FromNode>
  51.  
  52.   Allows to check (using wildcards) all netmail coming from <FromNode> to find PGP lines.
  53.  
  54.  
  55.  
  56. o #CHECKPGPMSG ON/OFF
  57.  
  58.   Toggle between checking messages searching for PGP messages.
  59.  
  60.  
  61.  
  62. o #CHECKPGPTXT ON/OFF
  63.  
  64.   Toggle between checking messages searching for PGP texts.
  65.  
  66.  
  67.  
  68. o #CHECKPGPKEY ON/OFF
  69.  
  70.   Toggle between checking messages searching for PGP keys.
  71.  
  72.  
  73. o #BADFROM <name> <mode>
  74.  
  75.   Netmail coming from <name> are not accepted and are treated accordingly the <mode>
  76.  
  77.   Mode can be BAD (move the netmail in BAD area) or REPLY (MM_MsgTrack send a little message to the netmail)
  78.  
  79.  
  80.  
  81. o #BADTO <name with underscore between first and last name ex. Marcello_Celestini#?> BAD/REPLY
  82.  
  83.   Netmail going to <name> are not accepted and are treated accordingly the <mode>
  84.  
  85.   Mode can be BAD (move the netmail in BAD area) or REPLY (MM_MsgTrack send a little message to the netmail)
  86.  
  87.  
  88.  
  89. o #BADFROMADDR <address> <mode>
  90.  
  91.   Netmail coming from <address> are not accepted and are treated accordingly the <mode>
  92.  
  93.   Mode can be BAD (move the netmail in BAD area) or REPLY (MM_MsgTrack send a little message to the netmail)
  94.  
  95.  
  96.  
  97. o #BADTOADDR <address> <mode>
  98.  
  99.   Netmail going to <address> are not accepted and are treated accordingly the <mode>
  100.  
  101.   Mode can be BAD (move the netmail in BAD area) or REPLY (MM_MsgTrack send a little message to the netmail)
  102.  
  103.  
  104.  
  105. o #TWITNAME <name>
  106.  
  107.   Set the DEL flag in the netmail coming from <name>
  108.  
  109.  
  110.  
  111. o #KILLNOEMPTY
  112.  
  113.   Set the DEL flag in the netmail coming from #TWITNAME also if they are NOT empty.
  114.  
  115.  
  116.  
  117. o #WRITEIMMEDIATE 
  118.  
  119.   If present MM_MsgTrack writes immediately the logfile otherwise it writes
  120.   it at the end of the process.
  121.  
  122.  
  123.  
  124. o #LOGLEVEL <1/2/3/4>  ( Default 3 )
  125.  
  126.   Level 1   -   Processing Message #....
  127.   Level 2   -   From: ....
  128.   Level 2   -     To: ....
  129.   Level 3   -   Subj: ....
  130.   Level 4   -   Date: ....
  131.  
  132.  
  133. o #LOGFILE <path/name>
  134.  
  135.   Path and name of the MM_MsgTrack logfile
  136.  
  137.  
  138.  
  139. o #LOGDOMAIN <domain> <path/name>
  140.  
  141.   Log checked netmail accordingly to the domain.
  142.  
  143.  
  144.  
  145. o #EXCLUDENAME <FromName>
  146.  
  147.   Exclude from checking netmail coming from <name>
  148.  
  149.  
  150.  
  151. o #EXCLUDENODE <FromNode>
  152.  
  153.   Exclude from checking netmail coming from <node>
  154.  
  155.  
  156.  
  157. o #REMAPADDR <FromAddr> <ToAddr>
  158.  
  159.   Remap netmail going to <FromAddr> to the new <ToAddr>
  160.  
  161.  
  162.  
  163. o #REMAPNAME <Name> <ToAddr> <ToAddr> <...>
  164.  
  165.   Remap netmail going to <Name> to the new <ToAddr> accordingly to the domain.
  166.  
  167.   Read carefully the example config file to set all the other keywords.
  168.  
  169.  
  170.  
  171. 2) Usage:
  172.  
  173.  
  174. MM_MsgTrack MUST be launched after the import and BEFORE MM_Areafix.
  175.  
  176. Example from my aftersession batch:
  177.  
  178. [....]
  179.  
  180. rx mm:rexx/mm_dlgupload.rexx
  181. rx mm:rexx/mm_import.rexx
  182. rx fido:mm/rexx/mm_msgtrack.rexx
  183. rx fido:mm/rexx/MM_Areafixplus.rexx
  184.  
  185. [....]
  186.  
  187. Set the TWOPASSIMPORT flag in your mail area.
  188.  
  189.  
  190.  
  191. * HOW TO CONTACT THE AUTHOR
  192. ---------------------------
  193.  
  194. You can contact Me at one of the following addresses.
  195.  
  196.  Paolo Carotenuto - E-Mail: apunet@mbox.vol.it
  197.  
  198.  FidoNet 2:335/202.0   - 2:335/228.0
  199.  AmigaNet 39:102/101.0 - 39:102/107.0
  200.  
  201.  
  202.  ** This Programm is CardWare,  Please send your postcard to:
  203.  
  204.     Paolo Carotenuto
  205.     IV Trav. Perrone Capano 53/a
  206.     80126 - Pianura
  207.     Napoli ( Italy )
  208.